Macrosยง
deflate_file!("file")
is equivalent toinclude_bytes!("file.gz")
.- This macro is identical to
deflate_file!()
, except it additionally performs UTF-8 validation.
deflate_file!("file")
is equivalent to include_bytes!("file.gz")
.deflate_file!()
, except it additionally performs UTF-8 validation.